Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ 학생회 회의록 페이지 구현 #320

Merged
merged 21 commits into from
Mar 7, 2025
Merged

✨ 학생회 회의록 페이지 구현 #320

merged 21 commits into from
Mar 7, 2025

Conversation

Limchansol
Copy link
Collaborator

작업 요약

  • 회의록 페이지 구현

상세 내용

  • 학사 및 교과에서 쓰는 기존 타임라인 뷰어와 에디터를 그대로 쓰려고 했으나 데이터 타입이 달라져서 별도로 구현
    • 추후에 리팩토링하여 합칠 수도 있을 듯함

테스트 방법

  • 연도 추가 / 회의록 편집 / 회의록 삭제 / 회의록 추가 기능이 에러 없이 잘 작동하는지 확인

참고 문서

@Limchansol Limchansol requested a review from yeolyi February 24, 2025 16:30
@@ -2,11 +2,21 @@ import { Attachment } from '@/apis/types/attachment';
import Clip from '@/public/image/clip.svg';

// TODO: 여러 맥락에서 사용되므로 마진 prop으로 건네주기
Copy link
Collaborator

@yeolyi yeolyi Feb 25, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

마진 prop 추가했으니까 주석 빼도 되겠다

Suggested change
// TODO: 여러 맥락에서 사용되므로 마진 prop으로 건네주기

근데 이 컴포넌트 이번에 작업한 부분에서 썼어?

Copy link
Collaborator Author

@Limchansol Limchansol Feb 25, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

아 CouncilAttachment 만들어지기 전에 작업하던 거 그대로 남은듯,,, councilattachment로 대체해서 이번에 쓰인 곳은 없어!
그래도 마진이랑 패딩 프롭은 남겨둘게!

@Limchansol Limchansol requested a review from yeolyi February 26, 2025 06:27
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://wafflestudio.slack.com/archives/C056KQCJHT7/p1740449579111529 여기서 키 값 통일해달라고 요청했는데 잘 통일됐으면 여기 수정사항 없어도 될 듯! 맞다면 롤백하고 머지 ㄱㄱ

@Limchansol Limchansol merged commit 235c546 into develop Mar 7, 2025
2 checks passed
@Limchansol Limchansol deleted the feat/minute branch March 7, 2025 05:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants